home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 24
/
Amiga Format AFCD24 (Feb 1998, Issue 108).iso
/
-in_the_mag-
/
emulation
/
amiga
/
uae-0.7.0b2
/
src
/
od-generic
/
sound.h
< prev
Wrap
Text File
|
1998-01-20
|
703b
|
31 lines
/*
* UAE - The Un*x Amiga Emulator
*
* Support for the Mute sound system.
*
* Copyright 1997 Bernd Schmidt
*/
static __inline__ void check_sound_buffers (void)
{
}
/* Looks weird. I think I had a report once that some compiler chokes if
* the statement is empty. */
#define PUT_SOUND_BYTE(b) do { int i = 0; i++; } while (0)
#define PUT_SOUND_WORD(b) do { int i = 0; i++; } while (0)
#define SOUND16_BASE_VAL 0
#define SOUND8_BASE_VAL 0
#define DEFAULT_SOUND_MINB 8192
#define DEFAULT_SOUND_MAXB 8192
#define DEFAULT_SOUND_BITS 16
#define DEFAULT_SOUND_FREQ 44100
#define UNSUPPORTED_OPTION_B
#define UNSUPPORTED_OPTION_R
#define UNSUPPORTED_OPTION_b
#define UNSUPPORTED_OPTION_S